if (self.CavalryLogger) { CavalryLogger.start_js(["rhY\/c"]); } __d("getCrossOriginTransport",["invariant","ExecutionEnvironment","ex"],(function(a,b,c,d,e,f,g){__p&&__p();function h(){if(!b("ExecutionEnvironment").canUseDOM)throw new Error(b("ex")("getCrossOriginTransport: %s","Cross origin transport unavailable in the server environment."));try{var a=new XMLHttpRequest();!("withCredentials"in a)&&typeof XDomainRequest!=="undefined"&&(a=new XDomainRequest());return a}catch(a){throw new Error(b("ex")("getCrossOriginTransport: %s",a.message))}}h.withCredentials=function(){var a=h();"withCredentials"in a||g(0,5150);var b=a.open;a.open=function(){b.apply(this,arguments),this.withCredentials=!0};return a};e.exports=h}),null); __d("ZeroRewrites",["URI","ZeroRewriteRules","getCrossOriginTransport","getSameOriginTransport","isFacebookURI"],(function(a,b,c,d,e,f){__p&&__p();var g,h={rewriteURI:function(a){if(!b("isFacebookURI")(a)||h._isWhitelisted(a))return a;var c=h._getRewrittenSubdomain(a);c!==null&&c!==void 0&&(a=a.setSubdomain(c));return a},getTransportBuilderForURI:function(a){return h.isRewritten(a)?b("getCrossOriginTransport").withCredentials:b("getSameOriginTransport")},isRewriteSafe:function(a){if(Object.keys(b("ZeroRewriteRules").rewrite_rules).length===0||!b("isFacebookURI")(a))return!1;var c=h._getCurrentURI().getDomain(),d=new(g||(g=b("URI")))(a).qualify().getDomain();return c===d||h.isRewritten(a)},isRewritten:function(a){a=a.getQualifiedURI();if(Object.keys(b("ZeroRewriteRules").rewrite_rules).length===0||!b("isFacebookURI")(a)||h._isWhitelisted(a))return!1;var c=a.getSubdomain(),d=h._getCurrentURI(),e=h._getRewrittenSubdomain(d);return a.getDomain()!==d.getDomain()&&c===e},_isWhitelisted:function(a){a=a.getPath();a.endsWith("/")||(a+="/");return b("ZeroRewriteRules").whitelist&&b("ZeroRewriteRules").whitelist[a]===1},_getRewrittenSubdomain:function(a){a=a.getQualifiedURI().getSubdomain();return b("ZeroRewriteRules").rewrite_rules[a]},_getCurrentURI:function(){return new(g||(g=b("URI")))("/").qualify()}};e.exports=h}),null); __d("eventsMixinDeprecated",["Stratcom","ex"],(function(a,b,c,d,e,f){__p&&__p();var g=1;function h(a){a.__id__=a.__id__||g,g++}function i(a){for(var c=arguments.length,d=new Array(c>1?c-1:0),e=1;e-1;function a(a){a=a||document;return a.scrollingElement?a.scrollingElement:!g&&a.compatMode==="CSS1Compat"?a.documentElement:a.body}e.exports=a}),null); __d("isNode",[],(function(a,b,c,d,e,f){function a(a){var b;b=a!=null?(b=a.ownerDocument)!=null?b:a:document;b=(b=b.defaultView)!=null?b:window;return!!(a!=null&&(typeof b.Node==="function"?a instanceof b.Node:typeof a==="object"&&typeof a.nodeType==="number"&&typeof a.nodeName==="string"))}e.exports=a}),null); __d("isTextNode",["isNode"],(function(a,b,c,d,e,f){function a(a){return b("isNode")(a)&&a.nodeType==3}e.exports=a}),null); __d("containsNode",["isTextNode"],(function(a,b,c,d,e,f){__p&&__p();function g(a,c){__p&&__p();if(!a||!c)return!1;else if(a===c)return!0;else if(b("isTextNode")(a))return!1;else if(b("isTextNode")(c))return g(a,c.parentNode);else if("contains"in a)return a.contains(c);else if(a.compareDocumentPosition)return!!(a.compareDocumentPosition(c)&16);else return!1}e.exports=g}),null); __d("normalizeBoundingClientRect",[],(function(a,b,c,d,e,f){"use strict";__p&&__p();function a(a,b){a=a.ownerDocument.documentElement;var c=a?a.clientLeft:0;a=a?a.clientTop:0;var d=Math.round(b.left)-c;c=Math.round(b.right)-c;var e=Math.round(b.top)-a;b=Math.round(b.bottom)-a;return{left:d,right:c,top:e,bottom:b,width:c-d,height:b-e}}e.exports=a}),null); __d("getElementRect",["containsNode","normalizeBoundingClientRect"],(function(a,b,c,d,e,f){function a(a){var c;c=a==null?void 0:(c=a.ownerDocument)==null?void 0:c.documentElement;return!a||!("getBoundingClientRect"in a)||!b("containsNode")(c,a)?{left:0,right:0,top:0,bottom:0,width:0,height:0}:b("normalizeBoundingClientRect")(a,a.getBoundingClientRect())}e.exports=a}),null); __d("getElementPosition",["getElementRect"],(function(a,b,c,d,e,f){function a(a){a=b("getElementRect")(a);return{x:a.left,y:a.top,width:a.right-a.left,height:a.bottom-a.top}}e.exports=a}),null); __d("Scroll",[],(function(a,b,c,d,e,f){__p&&__p();function g(a,b){return!!b&&(a===b.documentElement||a===b.body)}a={getTop:function(a){var b=a.ownerDocument;return g(a,b)?b.body.scrollTop||b.documentElement.scrollTop:a.scrollTop},setTop:function(a,b){var c=a.ownerDocument;g(a,c)?c.body.scrollTop=c.documentElement.scrollTop=b:a.scrollTop=b},getLeft:function(a){var b=a.ownerDocument;return g(a,b)?b.body.scrollLeft||b.documentElement.scrollLeft:a.scrollLeft},setLeft:function(a,b){var c=a.ownerDocument;g(a,c)?c.body.scrollLeft=c.documentElement.scrollLeft=b:a.scrollLeft=b}};e.exports=a}),null); __d("getUnboundedScrollPosition",["Scroll"],(function(a,b,c,d,e,f){"use strict";function a(a){return a===window?{x:window.pageXOffset||b("Scroll").getLeft(document.documentElement),y:window.pageYOffset||b("Scroll").getTop(document.documentElement)}:{x:b("Scroll").getLeft(a),y:b("Scroll").getTop(a)}}e.exports=a}),null); __d("VersionRange",["invariant"],(function(a,b,c,d,e,f,g){"use strict";__p&&__p();var h=/\./,i=/\|\|/,j=/\s+\-\s+/,k=/^(<=|<|=|>=|~>|~|>|)?\s*(.+)/,l=/^(\d*)(.*)/;function m(a,b){a=a.split(i);if(a.length>1)return a.some(function(a){return D.contains(a,b)});else return n(a[0].trim(),b)}function n(a,b){a=a.split(j);a.length>0&&a.length<=2||g(0,3072);if(a.length===1)return o(a[0],b);else{var c=a[0];a=a[1];x(c)&&x(a)||g(0,3073);return o(">="+c,b)&&o("<="+a,b)}}function o(a,b){__p&&__p();a=a.trim();if(a==="")return!0;b=b.split(h);a=v(a);var c=a.modifier;a=a.rangeComponents;switch(c){case"<":return p(b,a);case"<=":return q(b,a);case">=":return s(b,a);case">":return t(b,a);case"~":case"~>":return u(b,a);default:return r(b,a)}}function p(a,b){return C(a,b)===-1}function q(a,b){a=C(a,b);return a===-1||a===0}function r(a,b){return C(a,b)===0}function s(a,b){a=C(a,b);return a===1||a===0}function t(a,b){return C(a,b)===1}function u(a,b){var c=b.slice();b=b.slice();b.length>1&&b.pop();var d=b.length-1,e=parseInt(b[d],10);w(e)&&(b[d]=e+1+"");return s(a,c)&&p(a,b)}function v(a){a=a.split(h);var b=a[0].match(k);b||g(0,3074);return{modifier:b[1],rangeComponents:[b[2]].concat(a.slice(1))}}function w(a){return!isNaN(a)&&isFinite(a)}function x(a){return!v(a).modifier}function y(a,b){for(var c=a.length;cb)return 1;else if(ab)return 1;else if(a/g,">")}function B(a){for(var c=0,d=arguments.length;c");n(c,new(b("HTML"))(d));a=b("Vector").getDim(c);e.removeChild(c);return a}function E(a,c,d){a=a.getElementsByTagName(c);if(!d)return b("createArrayFromMixed")(a);c=[];for(var e=0;e, "%s", "%s"): matched no nodes.',c,d));return a[0]}function G(a){a.getAttribute("data-autoid")||a.setAttribute("data-autoid","autoid_"+ ++g);return a.getAttribute("data-autoid")}function H(a){if(b("isTextNode")(a))return a.data;else if(b("isElementNode")(a)){var c=document.createElement("div");c=c.textContent!=null?"textContent":"innerText";return a[c]}else return""}function I(a){while(a.firstChild)u(a.firstChild)}w={appendContent:o,convertFormToDictionary:w,convertFormToListOfPairs:v,contains:b("containsNode"),create:m,empty:I,find:F,hide:C,htmlize:A,insertAfter:d,insertBefore:c,isType:x,listen:y,prependContent:a,remove:u,replace:f,scry:E,setContent:n,show:B,textMetrics:D,uniqID:z,getText:H};e.exports=w}),null); __d("DOM",["DOM_untyped"],(function(a,b,c,d,e,f){c={appendContent:(a=b("DOM_untyped")).appendContent,convertFormToDictionary:a.convertFormToDictionary,convertFormToListOfPairs:a.convertFormToListOfPairs,contains:a.contains,create:a.create,empty:a.empty,find:a.find,hide:a.hide,htmlize:a.htmlize,insertAfter:a.insertAfter,insertBefore:a.insertBefore,isType:a.isType,listen:a.listen,prependContent:a.prependContent,remove:a.remove,replace:a.replace,scry:a.scry,setContent:a.setContent,show:a.show,textMetrics:a.textMetrics,uniqID:a.uniqID,getText:a.getText};e.exports=c}),null); __d("camelize",[],(function(a,b,c,d,e,f){var g=/-(.)/g;function a(a){return a.replace(g,function(a,b){return b.toUpperCase()})}e.exports=a}),null); __d("hyphenate",[],(function(a,b,c,d,e,f){var g=/([A-Z])/g;function a(a){return a.replace(g,"-$1").toLowerCase()}e.exports=a}),null); __d("getStyleProperty",["camelize","hyphenate"],(function(a,b,c,d,e,f){__p&&__p();function g(a){return a==null?"":String(a)}function a(a,c){__p&&__p();var d;if(window.getComputedStyle){d=window.getComputedStyle(a,null);if(d)return g(d.getPropertyValue(b("hyphenate")(c)))}if(document.defaultView&&document.defaultView.getComputedStyle){d=document.defaultView.getComputedStyle(a,null);if(d)return g(d.getPropertyValue(b("hyphenate")(c)));if(c==="display")return"none"}return a.currentStyle?c==="float"?g(a.currentStyle.cssFloat||a.currentStyle.styleFloat):g(a.currentStyle[b("camelize")(c)]):g(a.style&&a.style[b("camelize")(c)])}e.exports=a}),null); __d("isInIframe",[],(function(a,b,c,d,e,f){var g=window!=window.top;function a(){return g}e.exports=a}),null); __d("MAjaxifyFormTypes",[],(function(a,b,c,d,e,f){e.exports={PAGELOAD:"pageload",NOCACHE:"nocache",CACHE:"cache"}}),null); __d("BrowserHistory",[],(function(a,b,c,d,e,f){e.exports=window.history}),null); __d("JavelinHistory",["BrowserHistory","MJSEnvironment","Stratcom","URI","setIntervalAcrossTransitions"],(function(a,b,c,d,e,f){__p&&__p();var g;a=b("MJSEnvironment").IS_APPLE_WEBKIT_IOS&&(b("MJSEnvironment").IS_CHROME||b("MJSEnvironment").OS_VERSION<5)||b("MJSEnvironment").IS_ANDROID&&!b("MJSEnvironment").IS_CHROME&&b("MJSEnvironment").OS_VERSION<4.2||b("MJSEnvironment").IS_WINDOWS_PHONE;var h=!!b("BrowserHistory").pushState&&!a;c=null;d=null;f=null;var i={DEFAULT:Infinity,PUSHSTATE:3,HASHCHANGE:2,POLLING:1,TRIGGERS:{POPSTATE:"popstate",PUSHSTATE:"pushstate",REPLACESTATE:"replacestate",HASHCHANGE:"hashchange",POLLING:"polling"},CAN_USE_PUSH_STATE:h,_hash:c,_initialPath:d,_mechanism:f,_installed:!1,install:function(a){a=a||i.DEFAULT;a>=i.PUSHSTATE&&"pushState"in history?(i._mechanism=i.PUSHSTATE,i._initialPath=i._getBasePath(location.href),b("Stratcom").listen("popstate",null,i._handleChange.bind(null,i.TRIGGERS.POPSTATE))):a>=i.HASHCHANGE&&"onhashchange"in window?(i._mechanism=i.HASHCHANGE,b("Stratcom").listen("hashchange",null,i._handleChange.bind(null,i.TRIGGERS.HASHCHANGE))):(i._mechanism=i.POLLING,b("setIntervalAcrossTransitions")(i._handleChange.bind(null,i.TRIGGERS.POLLING),200))},getMechanism:function(){return i._mechanism},getPath:function(){if(i.getMechanism()===i.PUSHSTATE)return i._getBasePath(location.href);else{var a=i.parseFragment(i.getLocationHash())||"";return a||i._getBasePath(location.href)}},push:function(a){if(i.getMechanism()===i.PUSHSTATE)i._initialPath&&i._initialPath!==a&&(i._initialPath=null),b("BrowserHistory").pushState(null,null,a),i._fire(a,i.TRIGGERS.PUSHSTATE);else{a=i._composeFragment(a);if(h&&i._mechanism===i.HASHCHANGE){var c=location.href,d=new(g||(g=b("URI")))(c);d.getFragment()||(d.setPath(null),d.setQueryData(null),d.setFragment(i._composeFragment(c)),b("BrowserHistory").replaceState(null,null,d.toString()))}location.hash=a}},replace:function(a){if(i.getMechanism()===i.PUSHSTATE)b("BrowserHistory").replaceState(null,null,a),i._fire(a,i.TRIGGERS.REPLACESTATE);else{var c=new(g||(g=b("URI")))(location.href);c.setFragment(i._composeFragment(a));b("MJSEnvironment").IS_APPLE_WEBKIT_IOS&&"replaceState"in history?(b("BrowserHistory").replaceState(null,null,c.toString()),i._handleChange(i.TRIGGERS.REPLACESTATE)):location.replace(c.toString())}},_handleChange:function(a){var b=i.getPath();i.getMechanism()===i.PUSHSTATE?(b!==i._initialPath&&i._fire(b,a),i._initialPath=null):b!==i._hash&&(i._hash=b,i._fire(b,a))},getLocationHash:function(){var a=location.href.split("#")[1];if(a)return"#"+a;else return""},_fire:function(a,c){b("Stratcom").invoke("history:change",null,{path:i._getBasePath(a),trigger:c})},_getBasePath:function(a){return new(g||(g=b("URI")))(a).setProtocol(null).setDomain(null).toString()},_composeFragment:function(a){a=i._getBasePath(a);if(i.getPath()===a){var b=i.getLocationHash();if(b&&b.charAt(1)==="!")return"~!"+a}return"!"+a},parseFragment:function(a){if(a)if(a.charAt(1)==="!")return a.substr(2);else if(a.substr(1,2)==="~!")return a.substr(3);return null}};e.exports=i}),null); __d("MPageControllerConfig",[],(function(a,b,c,d,e,f){"use strict";e.exports={USER_EXPIRE_MS:0,HISTORY_EXPIRE_MS:24*60*60*1e3,EXPERIMENTAL_USER_EXPIRE_MS:10*60*1e3,SOFT_STATE_KEY:"soft"}}),null); __d("MURI",["URI"],(function(a,b,c,d,e,f){__p&&__p();var g,h=/^\~?\!\//;a=function(a){"use strict";__p&&__p();babelHelpers.inheritsLoose(b,a);function b(){return a.apply(this,arguments)||this}var c=b.prototype;c.normalize=function(){__p&&__p();var a=this.getQueryData();for(var c in a)/^_/.test(c)&&(a[c]=void 0);a.fbb=void 0;a.refid=void 0;a.pos=void 0;a.sw_fnr_id=void 0;a.fnr_t=void 0;var d=this.getFragment();if(h.test(d)){d=new b(d.replace(h,"/"));return this.setFragment(null).setPath(d.getPath()).setQueryData(d.getQueryData()).normalize()}else return this.setProtocol(null).setDomain(null).setFragment(null).setQueryData(a)};c.setFaceweb=function(a){return a!==!0?this.addQueryData("fb_fw_version",void 0).addQueryData("fb_fw_cache_bust",void 0):this.addQueryData("fb_fw_version",window.FB_FW_VERSION||void 0).addQueryData("fb_fw_cache_bust",window.FB_FW_CACHE_BUST||void 0)};b.getHashPrefixRegex=function(){return h};return b}(g||b("URI"));e.exports=a}),null); __d("Base64",[],(function(a,b,c,d,e,f){__p&&__p();var g="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";function h(a){a=a.charCodeAt(0)<<16|a.charCodeAt(1)<<8|a.charCodeAt(2);return String.fromCharCode(g.charCodeAt(a>>>18),g.charCodeAt(a>>>12&63),g.charCodeAt(a>>>6&63),g.charCodeAt(a&63))}var i=">___?456789:;<=_______\0\x01\x02\x03\x04\x05\x06\x07\b\t\n\v\f\r\x0e\x0f\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19______\x1a\x1b\x1c\x1d\x1e\x1f !\"#$%&'()*+,-./0123";function j(a){a=i.charCodeAt(a.charCodeAt(0)-43)<<18|i.charCodeAt(a.charCodeAt(1)-43)<<12|i.charCodeAt(a.charCodeAt(2)-43)<<6|i.charCodeAt(a.charCodeAt(3)-43);return String.fromCharCode(a>>>16,a>>>8&255,a&255)}var k={encode:function(a){a=unescape(encodeURI(a));var b=(a.length+2)%3;a=(a+"\0\0".slice(b)).replace(/[\s\S]{3}/g,h);return a.slice(0,a.length+b-2)+"==".slice(b)},decode:function(a){a=a.replace(/[^A-Za-z0-9+\/]/g,"");var b=a.length+3&3;a=(a+"AAA".slice(b)).replace(/..../g,j);a=a.slice(0,a.length+b-3);try{return decodeURIComponent(escape(a))}catch(a){throw new Error("Not valid UTF-8")}},encodeObject:function(a){return k.encode(JSON.stringify(a))},decodeObject:function(a){return JSON.parse(k.decode(a))},encodeNums:function(a){return String.fromCharCode.apply(String,a.map(function(a){return g.charCodeAt((a|-(a>63?1:0))&-(a>0?1:0)&63)}))}};e.exports=k}),null); __d("CookieStore",["CookieCoreLoggingConfig","FBLogger","Random","gkx","performanceNow","requireDeferred"],(function(a,b,c,d,e,f){"use strict";__p&&__p();var g,h=b("requireDeferred")("BanzaiScuba");function i(a,b,c,d,e,f,g,h){return b+"="+encodeURIComponent(c)+"; "+(f!==0&&f!=void 0?"expires="+new Date(a+f).toUTCString()+"; ":"")+"path="+d+"; domain="+e+(g?"; secure":"")+(h?"; SameSite="+h:"")}function j(a,b,c){return a+"=; expires=Thu, 01-Jan-1970 00:00:01 GMT; path="+b+"; domain="+c}function k(){if(b("CookieCoreLoggingConfig").sampleRate>0){var a=(g||(g=b("performanceNow")))(),c=document.cookie;a=g()-a;var d=a>b("CookieCoreLoggingConfig").maximumIgnorableStallMs&&b("Random").coinflip(1/b("CookieCoreLoggingConfig").sampleRate);d&&b("FBLogger")("cookie_infra").addMetadata("COOKIE_INFRA","WALL_TIME",String(a)).warn("Cookie read exceeded %s milliseconds.",b("CookieCoreLoggingConfig").maximumIgnorableStallMs);return c}else return document.cookie}var l=function(){__p&&__p();function a(){this.$1=0}var c=a.prototype;c.setCookie=function(a,b,c,d,e,f,g,h){document.cookie=i(a,b,c,d,e,f,g,h)};c.clearCookie=function(a,b,c){document.cookie=j(a,b,c)};c.getCookie=function(a){this.$1++;var c=(g||(g=b("performanceNow")))();a=k().match("(?:^|;\\s*)"+a+"=(.*?)(?:;|$)");c=g()-c;var d=1/b("CookieCoreLoggingConfig").sampleRateClassic,e=b("Random").coinflip(d);e&&m(d,"classic",c,this.$1);return a?decodeURIComponent(a[1]):null};return a}();function m(a,b,c,d,e,f){h.onReady(function(g){g=new g("cookie_perf",null,{addBrowserFields:!0});g.addInteger("sample_rate",Math.floor(a));g.addNormal("type",b);g.addInteger("duration_usec",c*1e3);g.addInteger("reads",d);typeof e==="number"&&g.addInteger("misses",e);typeof f==="boolean"&&g.addNormal("hit",f);g.post()})}var n=10*1e3,o=function(){__p&&__p();function a(){this.$1={},this.$2=0,this.$3=0,this.$4=0}var c=a.prototype;c.setCookie=function(a,b,c,d,e,f,g,h){document.cookie=i(a,b,c,d,e,f,g,h),this.$1[b]={value:c,updated:a}};c.clearCookie=function(a,b,c){document.cookie=j(a,b,c),this.$1[a]={value:null,updated:Date.now()}};c.getCookie=function(a){__p&&__p();var c=(g||(g=b("performanceNow")))();a=this.$5(a);var d=a.cookie;a=a.hit;var e=1/b("CookieCoreLoggingConfig").sampleRateFastStale,f=b("Random").coinflip(e);if(f){f=(g||(g=b("performanceNow")))()-c;m(e,"fast_stale",f,this.$3,this.$4,a)}return d};c.$5=function(a){__p&&__p();var b=Date.now(),c=this.$1[a];if(!c){if(this.$2+n=a.length)break;d=a[c++]}else{c=a.next();if(c.done)break;d=c.value}d=d;d=d.match("\\s*([^=]+)=(.*)");if(!d)continue;this.$1[d[1]]={value:decodeURIComponent(d[2]),updated:this.$2}}};return a}();e.exports={newCookieStore:function(){return b("gkx")("676837")?new o():new l()},CookieCacheForTest:o,CookieStoreSlowForTest:l}}),null); __d("CookieCore",["CookieCoreConfig","CookieStore"],(function(a,b,c,d,e,f){__p&&__p();var g=/^.*(\.(facebook|messenger|oculus|instagram|facebookcorewwwi|workplace)\..*)$/i,h=/_js_(.*)/,i;function j(){i||(i=b("CookieStore").newCookieStore());return i}function k(a){return window.self!=window.top?!1:!0}var l={set:function(a,b){if(!o(a))return;l.setWithoutChecks(a,b,q(a),r(a),p(a),s(a))},setWithoutChecks:function(a,b,c,d,e,f){var h=Date.now();if(c!=null)if(c>h)c-=h;else if(c==1){l.clear(a,d);return}j().setCookie(h,a,b,d,window.location.hostname.replace(g,"$1"),c,e,f)},setIfFirstPartyContext:function(a,b){if(!k(a))return;l.set(a,b)},setWithoutChecksIfFirstPartyContext:function(a,b,c,d,e){if(!k(a))return;l.setWithoutChecks(a,b,c,d,e)},clear:function(a,b){b===void 0&&(b="/"),b=b||"/",j().clearCookie(a,b,window.location.hostname.replace(g,"$1"))},get:function(a){return!o(a)?null:j().getCookie(a)}};function m(a){return{insecure:a.i||!1,path:a.p||"/",ttlSeconds:a.t||0,sameSite:a.s||"None"}}function n(a){if(b("CookieCoreConfig")[a]!==void 0)return m(b("CookieCoreConfig")[a]);a=a.match(h);return a&&a.length>1?n(a[1]):null}function o(a){return n(a)!==null}function p(a){a=n(a);return a==null?!0:!a.insecure}function q(a){a=n(a);return a==null?null:a.ttlSeconds*1e3}function r(a){a=n(a);return a==null?"/":a.path}function s(a){a=n(a);return a==null||a.sameSite==null?null:a.sameSite}e.exports=l}),null); __d("Cookie",["Bootloader","CookieConsent","CookieCore"],(function(a,b,c,d,e,f){__p&&__p();var g;function h(a){if((g||(g=b("CookieConsent"))).isDeferCookies()){b("Bootloader").loadModules(["BanzaiODS"],function(b){b.bumpEntityKey(2966,"defer_cookies","set."+a)},"Cookie");return!1}return!0}function i(){return!(g||(g=b("CookieConsent"))).isCookiesBlocked()}function a(a,c){if(!i()||!h(a))return;b("CookieCore").set(a,c)}function c(a,c){if(!i())return;b("CookieCore").set(a,c)}function d(a,c,d,e,f){if(!i()||!h(a))return;b("CookieCore").setWithoutChecks(a,c,d,e,f)}e.exports=babelHelpers["extends"]({},b("CookieCore"),{set:a,setWithoutChecks:d,setWithoutCheckingUserConsent_DANGEROUS:c})}),null); __d("XReferer",["Base64","Cookie","FBJSON","URI","setTimeoutAcrossTransitions"],(function(a,b,c,d,e,f){__p&&__p();var g,h={update:function(a,c,d){__p&&__p();if(!d){b("Cookie").set("x-referer","");return}a!=null&&(a=h.truncatePath(a));c!=null&&(c=h.truncatePath(c));var e=window.location.pathname+window.location.search;d=(g||(g=b("URI"))).getRequestURI();var f=d.getSubdomain();c!=null&&h._setCookie(c,e,f);a!=null&&b("setTimeoutAcrossTransitions")(function(){a!=null&&h._setCookie(a,e,f)},0)},_setCookie:function(a,c,d){a={r:a,h:c,s:d};c=b("Base64").encode(b("FBJSON").stringify(a));b("Cookie").set("x-referer",c)},truncatePath:function(a){var b=1024;a&&a.length>b&&(a=a.substring(0,b)+"...");return a}};e.exports=h}),null); __d("MHistory",["JavelinHistory","MAjaxSafety","MPageControllerConfig","MURI","Stratcom","URI","XReferer","setTimeoutAcrossTransitions"],(function(a,b,c,d,e,f){__p&&__p();var g;a=b("MPageControllerConfig").SOFT_STATE_KEY;c=null;var h={SOFT_STATE_KEY:a,DONT_KEEP_IN_HISTORY_KEY:"no_hist",_softState:null,_enabled:!window.operamini&&!window.APP_ENABLED,_lastPath:c,install:function(){__p&&__p();var a=b("JavelinHistory").DEFAULT;b("JavelinHistory").CAN_USE_PUSH_STATE||(a=b("JavelinHistory").HASHCHANGE);b("JavelinHistory").install(a);if(h._enabled){a=h.getPath();var c=new(g||(g=b("URI")))(a);c.getQueryData()[h.SOFT_STATE_KEY]&&(a=c.addQueryData(h.SOFT_STATE_KEY).toString(),h.replaceState(a));h._lastPath=a;b("Stratcom").listen("history:change",null,h._handleStateChange)}},_updateSoftState:function(a){a=new(g||(g=b("URI")))(a).getQueryData()[h.SOFT_STATE_KEY];h._softState=a},getParam:function(a){return new(g||(g=b("URI")))(h.getPath()).getQueryData()[a]},getPath:function(){var a=b("JavelinHistory").getPath();return b("MAjaxSafety").getSafeForAjaxURL(a)},pushSoftState:function(a,c){if(!h._enabled)return;a=new(g||(g=b("URI")))(h.getPath()).addQueryData(h.SOFT_STATE_KEY,a);c&&a.addQueryData(c);c=a.toString();h.pushState(c)},popSoftState:function(a){if(!h._enabled)return;h._softState===a&&b("setTimeoutAcrossTransitions")(function(){h._softState===a&&history.go(-1)},0)},_updateXRefererCookie:function(a,c){var d=b("MAjaxSafety").isURLSafeForAjax(window.location);b("XReferer").update(a,c,d)},pushState:function(a,c){__p&&__p();c===void 0&&(c=!0);a=a;if(!h._enabled)return;if(h._softState||h.getParam(h.DONT_KEEP_IN_HISTORY_KEY)!=null)h.replaceState(a);else{h._updateSoftState(a);a=new(b("MURI"))(a).normalize().toString();var d=b("JavelinHistory").getPath();b("JavelinHistory").push(a);h._updateXRefererCookie(c?a:null,d)}},getState:function(){return this.hasSoftState()?this._softState:null},replaceState:function(a,c){c===void 0&&(c=!0);a=a;if(!h._enabled)return;h._updateSoftState(a);a=new(b("MURI"))(a).normalize().toString();var d=b("JavelinHistory").getPath();b("JavelinHistory").replace(a);h._updateXRefererCookie(c?a:null,d)},hasSoftState:function(){return!!h._softState},_handleStateChange:function(a){var c=b("MAjaxSafety").getSafeForAjaxURL(a.getData().path);if(c!==h._lastPath){h._lastPath=c;h._updateSoftState(c);c=new(g||(g=b("URI")))(c);c={path:c.addQueryData(h.SOFT_STATE_KEY).toString(),soft:h._softState,trigger:a.getData().trigger};a=b("Stratcom").invoke("m:history:change",null,c);a.getPrevented()||b("Stratcom").invoke("m:history:change-default",null,c)}}};e.exports=h}),null); __d("MResponseActions",["DOM","HTML","Stratcom","URI","ex"],(function(a,b,c,d,e,f){__p&&__p();var g,h={_cacheData:{},_getItemChildElements:function(a){return Array.from(new(b("HTML"))(a.html).getFragment().childNodes)},_replaceAllExisting:function(a){var c=[];for(var d=0;d0&&a<6e4}function k(){var a=b("StaticSiteData").weblite_key+"=1";window.location.search&&window.location.search.indexOf(a)!==-1?h=!0:h=j();i()&&h?g=!0:g=!1}a={init:function(){g===null&&k()},isWebLite:function(){this.init();return g},hasWebLiteMarker:function(){this.init();return h}};e.exports=a}),null); __d("getAsyncHeaders",["ZeroCategoryHeader","isFacebookURI"],(function(a,b,c,d,e,f){function a(a){var c={};b("isFacebookURI")(a)&&b("ZeroCategoryHeader").value&&(c[b("ZeroCategoryHeader").header]=b("ZeroCategoryHeader").value);return c}e.exports=a}),null); __d("MRequest",["invariant","CSRBitMap","CSRFGuard","CurrentUser","DTSG","DTSG_ASYNC","DTSGUtils","FBLogger","JSONStreamParser","Kite","LogHistory","MHistory","MRequestConfig","MRequestDataSerializer","MRequestGateway","MRequestTypes","MURI","ServerJSDefine","SprinkleConfig","StaticSiteData","Stratcom","SubscriptionsHandler","TimeSlice","URI","WebLite","ZeroRewrites","eventsMixinDeprecated","ex","getAsyncHeaders","getCrossOriginTransport","setTimeoutAcrossTransitions"],(function(a,b,c,d,e,f,g){__p&&__p();var h,i=b("LogHistory").getInstance("request"),j=null,k=new RegExp("^"+location.protocol+"//"+location.host.replace(/\./g,"\\.")+"/"),l=["done","progress","process","postresponse","fail","error","finally"],m=1;function n(a){a=a;var c;try{a=new(h||(h=b("URI")))(a),c=a.getDomain()==""}catch(a){c=!1}return!!(c||k.test(a.toString())||b("ZeroRewrites").isRewriteSafe(new(b("MURI"))(a)))}function o(a){a.reset(),a.send()}a=function(){"use strict";__p&&__p();function a(a){__p&&__p();var c=this;this._autoProcess=!0;this._autoRetry=!1;this._backgroundRetry=null;this._cors=!1;this._allowCredentials=!1;this._doneInvoked=!1;this._data=null;this._errorInvoked=!1;this._finished=!1;this._fullPage=!1;this._headers={};this._ignoreErrors=!1;this._loaded=0;this._method="POST";this._pendingResponsesCount=0;this._sent=!1;this._shouldFinalizeUponError=!0;this._subscriptionsHandler=null;this._timeSliceInteraction=null;this._timeout=null;this._timer=null;this._type=b("MRequestTypes").INDEPENDENT;this._transport=null;this._raw=!1;this._rawData=null;this._requestFinalized=!1;this._readOnly=!1;this._referrer=window.location.href;this._xportID=1;this._prefetched=!1;this._prefetchDone=!1;this._prefetchCleared=!1;this._onPrefetchSend=null;this._onPrefetchClear=null;b("MRequestConfig").cleanFinishedRequest&&(this._subscriptionsHandler=new(b("SubscriptionsHandler"))());this.setURI(a||"");a=function(a){b("FBLogger")("timeslice").warn("MRequest continuation used without calling send");for(var c=arguments.length,d=new Array(c>1?c-1:0),e=1;e0&&this._onprogress(a,{lengthComputable:!1,loaded:j.length,total:0});if(f===null){if(j.length<=b("CSRFGuard").length)return;h=j.match(b("CSRFGuard").regex);h&&(f=!0,e=new(b("JSONStreamParser"))(h[0].length))}try{h=f?e.parse(j):[];for(var k=0;k=300)){this._fail();return}if(!d){this._fail();if(!f)throw new Error(b("ex")("MRequest(%s, ...): server returned an invalid response: No CSRF guard: %s",this.getURI(),j.substring(0,100)));return}this._done(d)}catch(a){this._fail();throw new Error(b("ex")('MRequest("%s", ...): server returned a partial invalid response. There may be broken functionality or partially rendered content on this page. %s',this.getURI(),a))}}.bind(this));this.listen("open",function(){if(!c.getCORS()){var a=c.getTransport();a.setRequestHeader("X-Response-Format","JSONStream")}});this.listen("error",function(a){b("Stratcom").pass(),!c.getIgnoreErrors()&&a&&typeof a!=="string"&&!a.isHandled&&c._defaultErrorHandler(a)})}var c=a.prototype;c._defaultErrorHandler=function(a){if(a.code){a=new(b("MURI"))("/error/index.php").addQueryData({err:"ec",kerr:a.code,kerr_summary:a.summary,kerr_description:a.description});b("MHistory").pushState(a)}};c.setType=function(a){this._type=a;return this};c.getType=function(){return this._type};c.setAutoProcess=function(a){this._autoProcess=a;return this};c.getAutoProcess=function(){return this._autoProcess};c.setFullPage=function(a){this._fullPage=a;return this};c.getFullPage=function(){return this._fullPage};c.setReferrer=function(a){this._referrer=a;return this};c.getReferrer=function(){return this._referrer};c.setAutoRetry=function(a){this._autoRetry=a;this._shouldFinalizeUponError=!a;return this};c.getAutoRetry=function(){return this._autoRetry};c.setBackgroundRetry=function(a){this._backgroundRetry=a;return this};c.getBackgroundRetry=function(){return this._backgroundRetry};c.setMethod=function(a){this._method=a;return this};c.getMethod=function(){return this._method};c.setRawData=function(a){this._rawData=a;return this};c.getRawData=function(){return this._rawData};c.setRaw=function(a){this._raw=a;return this};c.getRaw=function(){return this._raw};c.setTimeout=function(a){this._timeout=a;return this};c.getTimeout=function(){return this._timeout};c.setCORS=function(a){this._cors=a;return this};c.setAllowCredentials=function(a){this._allowCredentials=a;return this};c.getCORS=function(){return this._cors};c.setIgnoreErrors=function(a){this._ignoreErrors=a;return this};c.getIgnoreErrors=function(){return this._ignoreErrors};c.setReadOnly=function(a){typeof a!=="boolean"||(this._readOnly=a);return this};c.getReadOnly=function(){return this._readOnly};c.getTransport=function(){this._transport||(this._transport=this.getCORS()&&!b("ZeroRewrites").isRewriteSafe(new(b("MURI"))(this.getURI()))?b("getCrossOriginTransport")():b("ZeroRewrites").getTransportBuilderForURI(new(b("MURI"))(this.getURI()))(),this._allowCredentials&&(this._transport.withCredentials=!0));return this._transport};c.setRequestHeader=function(a,b){this._headers[a]=b.toString()};c.canAbort=function(){return this.getType()!==b("MRequestTypes").INDEPENDENT&&!this._prefetched};c.send=function(){if(this._sent&&this._prefetched){this._onPrefetchSend&&this._onPrefetchSend();return}this._timeSliceInteraction&&this._timeSliceInteraction.inform("send_queued");this._continuation=b("TimeSlice").getReusableContinuation("MRequest response received");if(this.getURI().includes("/../")||this.getURI().includes("/..\\")||this.getURI().includes("\\../")||this.getURI().includes("\\..\\"))return;b("MRequestGateway").send(this)};c.sendAfterProcessing=function(){__p&&__p();var c=this;i.log("send",this.__id__,this.getURI());if(this._sent||this._finished)return;this.invoke("start",this);this._timeSliceInteraction&&this._timeSliceInteraction.addArtilleryIDHeader(this).inform("async_request_sent",{type:1});var d=this.getTransport();d.id=this._xportID;if(n(this.getURI()))if(this.getMethod().toUpperCase()==="POST"){var e=b("DTSG").getCachedToken();if(e){this.replaceData({fb_dtsg:e});if(b("SprinkleConfig").param_name){var f;this.replaceData((f={},f[b("SprinkleConfig").param_name]=b("DTSGUtils").getNumericValue(e),f))}}else{this.abort();b("DTSG").getToken().done(function(){return o(c)});return}f=b("MRequestConfig").lsd;if(f){this.replaceData({lsd:f});if(b("SprinkleConfig").param_name&&!e){this.replaceData((e={},e[b("SprinkleConfig").param_name]=b("DTSGUtils").getNumericValue(f),e))}}}else if(this.getMethod().toUpperCase()==="GET"){f=b("DTSG_ASYNC").getCachedToken();if(f){this.replaceData({fb_dtsg_ag:f});if(b("SprinkleConfig").param_name){this.replaceData((e={},e[b("SprinkleConfig").param_name]=b("DTSGUtils").getNumericValue(f),e))}}else{this.abort();b("DTSG_ASYNC").getToken().done(function(){return o(c)});return}}if(this._finished)return;this.replaceData({__dyn:b("ServerJSDefine").getLoadedModuleHash()});this.replaceData({__csr:b("CSRBitMap").toCompressedString()});this.replaceData({__req:(m++).toString(36)});d.onreadystatechange=this._onreadystatechange.bind(this,d);d.upload&&this._rawData&&(d.upload.onprogress=function(a){return c._onuploadprogress(d,a)});f=this.getMethod().toUpperCase();if(b("WebLite").isWebLite()){this.replaceData((e={},e[b("StaticSiteData").weblite_key]="1",e[b("StaticSiteData").weblite_iframe_key]="1",e))}else if(b("Kite").isKite()){this.replaceData((e={},e[b("StaticSiteData").kite_key]="1",e))}this.replaceData({__ajax__:b("MRequestConfig").ajaxResponseToken.encrypted,__a:b("MRequestConfig").ajaxResponseToken.encrypted,__user:b("CurrentUser").getID()});e=this._data||[];e=b("MRequestDataSerializer").defaultDataSerializer(e);var g=this.getURI();(f=="GET"||this.getRawData())&&(g+=(g.indexOf("?")===-1?"?":"&")+e);this.getTimeout()&&(this._timer=b("setTimeoutAcrossTransitions")(this._fail.bind(this,a.ERROR_TIMEOUT+""),this.getTimeout()));try{d.open(f,g,!0)}catch(a){i.warn("xport.send",this.__id__,this.getURI(),a.message);this._fail(a.message);return}this.invoke("open",this);if(this._finished)return;this.invoke("send",this);if(this._finished)return;g=null;f=="POST"&&(g=this.getRawData(),g||(this.setRequestHeader("Content-Type","application/x-www-form-urlencoded"),g=e));var h=b("getAsyncHeaders")(new(b("MURI"))(this.getURI()));Object.keys(h).forEach(function(a){d.setRequestHeader(a,h[a])});if(this._headers)for(var j in this._headers)d.setRequestHeader(j,this._headers[j]);d.send(g);this._sent=!0};c.reset=function(){i.log("reset",this.__id__,this.getURI()),this._transport=null,this._sent=!1,this._finished=!1};c.abort=function(){this._cleanup()};c._onprogress=function(a,b){if(a.id=300){this._fail("status="+a.status);return}d=this._extractResponse(a);if(!d){i.error("response extract failed",this.__id__,this.getURI());throw new Error(b("ex")('Request("%s", ...): response extract failed',this.getURI()))}}catch(a){this._fail(a.message);return}finally{j=null}j=this;try{this._handleResponse(d),this._cleanup()}catch(a){b("setTimeoutAcrossTransitions")(function(){throw a},0)}finally{j=null}};c._extractResponse=function(a){a=b("CSRFGuard").clean(a.responseText);try{return JSON.parse(a)}catch(a){return null}};c._fail=function(c){var d=this;if(this._finished)return;this._continuation.last(function(){c===a.ERROR_TIMEOUT+""&&b("Stratcom").invoke("MRequest:timeout",null,d.getURI()),i.error("fail",d.__id__,d.getURI(),c,"onLine="+navigator.onLine.toString(),"connection="+(navigator.connection&&navigator.connection.type)),d._cleanup(),d.invokeError(c),d.invoke("finally"),d.shouldFinalizeRequest()&&d.finalizeRequest()})};c._done=function(a){__p&&__p();var c=this;if(this._finished||this._doneInvoked)return;this._continuation.last(function(){__p&&__p();i.log("done",c.__id__,c.getURI());c._cleanup();c._doneInvoked=!0;if(a.onload)for(var d=0;d0&&(g.forEach(function(a){return a.remove&&a.remove()}),g=[])};this._onPrefetchClear=function(){h(),f=[]};this._onPrefetchSend=function(){h(),d&&d(e),f.forEach(function(a){var b=a[0];a=a[1];return e.invoke(b,a)}),e.clearPrefetch(),a&&a()};this.send()};c.clearPrefetch=function(){this._prefetchCleared=!0,this.shouldFinalizePrefetch()&&this.shouldFinalizeRequest()&&this.finalizeRequest(),this._onPrefetchSend=null,this._onPrefetchClear&&(this._onPrefetchClear(),this._onPrefetchClear=null),this._prefetched=!1};c.getPrefetchState=function(){return this._prefetchDone?"done":this._prefetched?"in-progress":null};return a}();a.ERROR_TIMEOUT=-9e3;b("eventsMixinDeprecated")(a,["start","open","send","statechange","done","error","finally","progress","uploadprogress","fail","process","response","postresponse","postprocess"],b("MRequestConfig").cleanFinishedRequest);e.exports=a}),null); __d("MAjaxify",["CSS","DOM","ErrorUtils","LoadingIndicator","MAjaxifyFormTypes","MHistory","MLegacyDataStore","MPageCache","MPageControllerPath","MRequest","MRequestTypes","Stratcom","URI"],(function(a,b,c,d,e,f){__p&&__p();var g,h,i={postprocess:function(a){b("MPageCache").addCachedIUIResponse(b("MPageControllerPath").getRequestPath(),a.response)}};function j(a,b){return(" "+a.className+" ").indexOf(" "+b+" ")>-1}function k(a,b){while(a&&!j(a,b))a=a.parentNode;return a}function l(a,c,d,e,f){__p&&__p();e=e||"async_elem";a&&(a.preventDefault(),a.stopPropagation());if(c){var g=k(c,e)||c,h=e+"_saving";if(j(g,h))return!1;b("CSS").conditionClass(g,e+"_preprocess",!0);a=function(a){b("CSS").conditionClass(g,e,!a),b("CSS").conditionClass(g,h,a),b("Stratcom").invoke(a?"m:ajax:saving:start":"m:ajax:saving:complete",null,g)};d.listen("start",a.bind(null,!0));d.listen("finally",a.bind(null,!1))}d.setType(b("MRequestTypes").INDEPENDENT);for(var c=0,a=f.length;c=2?!0:q(a,a.target,new(b("MRequest"))(c),d,e)}function c(a,c,d,e,f,i,j,k,m){__p&&__p();m===void 0&&(m=!1);return(g||(g=b("ErrorUtils"))).guard(function(){__p&&__p();if(!c||!c.hasAttribute("action")||c.getAttribute("action")==="")return!0;var g=b("DOM").convertFormToDictionary(c);p&&(g[p.name]=p.value,p=null);var k=new(b("MRequest"))(c.getAttribute("action"));k.processResponseAfterPageTransitions=m;k.addData(g);k.setMethod(c.method||"POST");var n=null;if(e===b("MAjaxifyFormTypes").PAGELOAD){if(c.method.toUpperCase()==="GET"){g=new(h||(h=b("URI")))(c.getAttribute("action")).qualify().addQueryData(g);b("MHistory").pushState(g)}b("LoadingIndicator").show()}else n=i?null:f||c;j||(j=[]);j.push(new o(c,e,i));b("Stratcom").invoke("MAjaxify.form.ajax.start","",k);return l(a,n,k,d,j)},"MAjaxify.form")()}f.ajaxify=q;f.form=c;f.link=a}),null); __d("MLinkHack",["CurrentUser","DOM","MJSEnvironment","MViewport","Stratcom","URI","Vector","$"],(function(a,b,c,d,e,f){__p&&__p();var g,h={PREFIX:"#!",add:function(a){if(!b("CurrentUser").isLoggedIn())return!1;var c=a.getAttribute("href")||"";if(c.indexOf(h.PREFIX)!==0){a.setAttribute("href",h.PREFIX+c);return!0}return!1},remove:function(a){var b=a.getAttribute("href")||"";if(b.indexOf(h.PREFIX)===0){a.setAttribute("href",b.substr(2));return!0}return!1},preventFromPoint:function(a){__p&&__p();if(!b("MJSEnvironment").IS_APPLE_WEBKIT_IOS)return;a=b("Vector").getPos(a);a=document.elementFromPoint(a.x,a.y-b("MViewport").getScrollTop());var c=b("$")("root");while(a&&a!==c){if(a.tagName==="A"){h.add(a);break}a=a.parentElement}},safe:function(a,b){var c=h.remove(a);b(a);c&&h.add(a)},getHref:function(a){a=a.getAttribute("href");if(!a)return null;return a.indexOf(h.PREFIX)===0?a.substr(2):a}};(function(){__p&&__p();if(window.APP_ENABLED||!("ontouchstart"in window))return;function a(a,b){return(" "+a.className+" ").indexOf(" "+b+" ")>-1}function c(b,c){b=b;while(b&&!a(b,c))b=b.parentNode;return b}b("Stratcom").listen("touchend","tag:a",function(a){__p&&__p();a=a.getNode("tag:a");if(a.getAttribute("target"))return;var d=a.getAttribute("href");if(!d||d.indexOf("#")===0)return;d=new(g||(g=b("URI")))(d).getProtocol();if(d&&d!=="http"&&d!=="https")return;d=[a];if(b("Stratcom").hasSigil(a,"ajaxify")){var e=a.getAttribute("data-ajaxify-class")||"async_elem",f=c(a,e);f||(f=c(a,e+"_saving"));f&&(d=b("DOM").scry(f,"a","ajaxify"))}d.forEach(function(a){h.add(a)})})})();e.exports=h}),null); __d("XAsyncRequest",["MRequest"],(function(a,b,c,d,e,f){__p&&__p();a=function(){"use strict";__p&&__p();function a(a){this.$1=new(b("MRequest"))(a)}var c=a.prototype;c.setURI=function(a){this.$1.setURI(a);return this};c.setMethod=function(a){this.$1.setMethod(a);return this};c.setType=function(a){this.$1.setType(a);return this};c.setAutoProcess=function(a){this.$1.setAutoProcess(a);return this};c.setData=function(a,b){if(b!==void 0&&b){b={};for(var c in a)Object.prototype.hasOwnProperty.call(a,c)&&a[c]!==void 0&&(b[c]=a[c]);this.$1.setData(b)}else this.$1.setData(a);return this};c.setRawData=function(a){this.$1.setRawData(a);return this};c.setHandler=function(a){this.$1.listen("done",a);return this};c.setPayloadHandler=function(a){this.setHandler(function(b){return a(b.payload)});return this};c.setErrorHandler=function(a){this.$1.listen("error",a);return this};c.setResponseHandler=function(a){this.$1.listen("response",a);return this};c.setReadOnly=function(a){this.$1.setReadOnly(a);return this};c.send=function(){this.$1.send();return this};c.abort=function(){this.$1.abort()};c.setAllowCrossOrigin=function(a){this.$1.setCORS(a);return this};c.setAllowCredentials=function(a){this.$1.setAllowCredentials(a);return this};c.setAllowCrossPageTransition=function(a){return this};return a}();e.exports=a}),null); __d("ChannelEventType",[],(function(a,b,c,d,e,f){e.exports={FRIEND_REQUESTS_ADD:"jewel_requests_add",FRIEND_REQUESTS_COUNT:"mobile_requests_count",FRIEND_REQUESTS_REMOVE:"jewel_requests_remove_old",FRIEND_REQUESTS_SEEN:"friend_requests_seen",INBOX:"inbox",MESSAGE:"messaging",PAGES_MESSAGE:"pages_messaging",TYPING:"typ",PAGE_THREAD_FLAG_CHANGED:"change_page_thread_flag",NOTIFICATIONS_NEW:"m_notification",NOTIFICATIONS_READ:"notifications_read",NOTIFICATIONS_SEEN:"notifications_seen",GRAPHQL_SUBSCRIPTIONS:"graphql",RTI_SESSION:"rti_session",GET_RTI_SESSION_REQUEST:"rti_session_request",SKYWALKER_MESSAGE:"skywalker_message",DELTA:"delta"}}),null); __d("CancelableEventListener",["Stratcom"],(function(a,b,c,d,e,f){"use strict";__p&&__p();function g(a,c,d,e,f){__p&&__p();f===void 0&&(f=!1);var g=function(a){var c=b("Stratcom").getJavelinEventFromNative(a);a=typeof d==="string"?[d]:d;if(a&&!a.every(function(a){return c.getNode(a)}))return;e(c)},h={passive:!1,capture:f},i=typeof c==="string"?[c]:c;i.forEach(function(b){return a.addEventListener(b,g,h)});return{_callback:g,remove:function(){i.forEach(function(b){return a.removeEventListener(b,g,h)})}}}function a(a,b,c,d){return g(a,b,c,d,!1)}function c(a,b,c,d){return g(a,b,c,d,!0)}e.exports={listen:a,listenCapture:c}}),null); __d("EventListener",["TimeSlice"],(function(a,b,c,d,e,f){__p&&__p();a={listen:function(a,c,d){__p&&__p();d=b("TimeSlice").guard(d,"EventListener:"+c);if(a.addEventListener){a.addEventListener(c,d,!1);return{remove:function(){a.removeEventListener(c,d,!1)}}}else if(a.attachEvent){a.attachEvent("on"+c,d);return{remove:function(){a.detachEvent("on"+c,d)}}}},capture:function(a,c,d,e){d=b("TimeSlice").guard(d,"EventListener:"+c);if(!a.addEventListener)return;else{e?e.capture=!0:e=!0;a.addEventListener(c,d,e);return{remove:function(){a.removeEventListener(c,d,e)}}}},registerDefault:function(a,b){return this.listen(document,a,b)}};e.exports=a}),null); __d("Event",["EventListener"],(function(a,b,c,d,e,f){e.exports=b("EventListener")}),null); __d("Clock",["EventEmitter"],(function(a,b,c,d,e,f){__p&&__p();var g=new(b("EventEmitter"))();g.ANOMALY="anomaly";var h=30,i=Date.now(),j=[],k=0,l=1e3;function m(){var a=Date.now()-i;return a<0||a>l*10}function a(){var a=Date.now()-i;j[k]=a;k=(k+1)%h;m()&&g.emit(g.ANOMALY,a);i=Date.now()}g.getSamples=function(){return j.slice(k).concat(j.slice(0,k))};g.isAnomalous=m;setInterval(a,l);e.exports=g}),null); __d("MTouchScroll",["CancelableEventListener"],(function(a,b,c,d,e,f){var g={_blocks:0,_blocker:null,_releaser:null,release:function(){g._blocks&&(g._releaser&&(g._releaser.remove(),g._releaser=null),g._blocks--,g._blocks||(g._blocker.remove(),g._blocker=null))},block:function(){g._blocks||(g._blocker=b("CancelableEventListener").listen(document.body,"touchmove",null,function(a){a.prevent()})),g._blocks++},blockDuringTouch:function(a){a.prevent(),g._blocks||(g.block(),g._releaser=b("CancelableEventListener").listen(document.body,["touchcancel","touchend"],null,g.release))}};e.exports=g}),null); __d("MBlockingTouchable",["CancelableEventListener","CSS","MLegacyDataStore","MTouchClick","MTouchScroll","Vector","setTimeoutAcrossTransitions"],(function(a,b,c,d,e,f){__p&&__p();var g=30,h=20;function a(a){__p&&__p();if(!b("MTouchClick").hasTouchEvents())return;var c,d,e,f,i,j,k,l=function(a){__p&&__p();k=a.getTarget();if(!(k instanceof Element))return;if(k.getAttribute("disabled")!==null){a.prevent();k=null;return}j=[b("CancelableEventListener").listen(k,"touchmove",null,n),b("CancelableEventListener").listen(k,"touchend",null,m),b("CancelableEventListener").listen(k,"touchcancel",null,p)];var l=a.getRawEvent().targetTouches[0],o=b("Vector").getDim(k);c=Math.min(o.x/2,g);d=Math.min(o.y/2,h);i={x:l.screenX,y:l.screenY};b("MLegacyDataStore").get(k).allowScroll?(f=!1,clearTimeout(e),e=b("setTimeoutAcrossTransitions")(function(){f=!0,q(r(a)),b("MTouchScroll").blockDuringTouch(a)},100)):(f=!0,q(!0),b("MTouchScroll").blockDuringTouch(a))},m=function(a){k&&r(a)?b("MTouchClick").click(k,a):b("MTouchClick").killGhostClicksNearTouch(),p()},n=function(a){f?(b("MTouchScroll").blockDuringTouch(a),q(r(a))):k&&o()},o=function(){k&&q(!1),clearTimeout(e),f=!1,i=null,k=null},p=function(){o(),j.forEach(function(a){a.remove()}),j=[]},q=function(a){k instanceof Element&&b("CSS").conditionClass(k,"touched",a)},r=function(a){a=a.getTouch();return!i?!1:Math.abs(i.y-a.screenY)<=d&&Math.abs(i.x-a.screenX)<=c};b("CancelableEventListener").listen(a,"touchstart",null,l)}e.exports={init:a}}),null); __d("MExposeMore",["CSS","DOM","Stratcom"],(function(a,b,c,d,e,f){"use strict";__p&&__p();var g=[];function h(){while(g.length)g.pop().remove()}var i="expose",j=!1,k=!0,l=!1;b("Stratcom").listen("click",[i,"more"],function(a){var c=a.getNode(i);b("CSS").conditionClass(c,"text_exposed",k);l?(k&&a.prevent(),k=!k):a.prevent()});a={init:function(a){if(j)return;l=a.seeMoreSwitchExpandOnly;j=!0},showMessageSuffixOnClick:function(a,c){if(c.children.length!==0){g.length||g.push(b("Stratcom").listen("m:page:unload",null,h));a=b("DOM").scry(a,"*","more")[0];a&&g.push(b("DOM").listen(a,"click",null,function(a){b("CSS").show(c),a.prevent()}))}}};e.exports=a}),null); __d("MDeepCopy",[],(function(a,b,c,d,e,f){__p&&__p();function g(a){if(Array.isArray(a))return i(a);else if(typeof a==="object"&&a!==null)return h(a);else return a}function h(a){var b={};for(var c in a)Object.prototype.hasOwnProperty.call(a,c)&&(b[c]=g(a[c]));return b}function i(a){a=a.slice();for(var b=0;bb.timestamp;if(l||e)return;!d||c?g[a]=b:Object.assign(g[a]||{},b);h[a]||(h[a]=new m(a));h[a].invoke("change")},update:function(a,b){this._set(a,b,!1)},set:function(a,b){this._set(a,b,!0)},get:function(a){__p&&__p();i||(i=b("Stratcom").listen("m:page:render:cache:start",null,function(){l=!0,b("Stratcom").listen("m:page:iui:response:complete",null,function(){l=!1,b("Stratcom").removeCurrentListener(),Object.keys(j).forEach(function(a){var b=g[a];b&&Object.keys(b).length&&h[a].invoke("change")})})}));j[a]||(j[a]=!0);k||(k=b("Stratcom").listen("m:page:unload",null,function(){j={}}));h[a]||(h[a]=new m(a));return h[a]}};e.exports=a}),null); __d("MParent",["Stratcom"],(function(a,b,c,d,e,f){a={bySigil:function(a,c){a=a;while(a&&a!==document&&!(a instanceof DocumentFragment)&&!b("Stratcom").hasSigil(a,c))a=a.parentNode;return a instanceof HTMLElement?a:null}};e.exports=a}),null); __d("destroyOnUnload",["Stratcom"],(function(a,b,c,d,e,f){function a(a){b("Stratcom").listen("m:page:unload",null,function(){b("Stratcom").removeCurrentListener(),a&&a()})}e.exports=a}),null); __d("Banzai",["requireCond","cr:1000292"],(function(a,b,c,d,e,f){e.exports=b("cr:1000292")}),null); __d("BanzaiODS",["invariant","Banzai","Random","gkx"],(function(a,b,c,d,e,f,g){__p&&__p();a=function(){"use strict";__p&&__p();function a(){this.$1={},this.$2={}}var c=a.prototype;c.setEntitySample=function(a,c){this.$2[a]=b("Random").random()0&&(d/=g,e/=g);if(!isFinite(d)||!isFinite(e))return;j[0]+=d;arguments.length>=5&&(j[1]||(j[1]=0),j[1]+=e)};return a}();var h=new a();b("Banzai").subscribe(b("Banzai").SEND,function(){return h.flush()});e.exports=h}),null); __d("Visibility",["BaseEventEmitter","TimeSlice"],(function(a,b,c,d,e,f){__p&&__p();var g,h;document.hidden!==void 0?(g="hidden",h="visibilitychange"):document.mozHidden!==void 0?(g="mozHidden",h="mozvisibilitychange"):document.msHidden!==void 0?(g="msHidden",h="msvisibilitychange"):document.webkitHidden!==void 0&&(g="webkitHidden",h="webkitvisibilitychange");a=function(a){"use strict";__p&&__p();babelHelpers.inheritsLoose(b,a);function b(){var b,c;for(var d=arguments.length,e=new Array(d),f=0;f=y?z||da.isInputPending()?!0:300<=b:!1};e=function(){z=!0}}else m=function(){return g.unstable_now()>=y},e=function(){};g.unstable_forceFrameRate=function(b){0>b||125E(h,d))void 0!==j&&0>E(j,h)?(b[e]=j,b[i]=d,e=i):(b[e]=h,b[g]=d,e=g);else if(void 0!==j&&0>E(j,d))b[e]=j,b[i]=d,e=i;else break a}}return c}return null}function E(b,c){var d=b.sortIndex-c.sortIndex;return 0!==d?d:b.id-c.id}var F=0,G=0;f=i?"function"===typeof SharedArrayBuffer?new SharedArrayBuffer(4*Int32Array.BYTES_PER_ELEMENT):"function"===typeof ArrayBuffer?new ArrayBuffer(4*Int32Array.BYTES_PER_ELEMENT):null:null;var H=i&&null!==f?new Int32Array(f):[];i&&(H[0]=0,H[3]=0,H[1]=0);var I=0,J=null,K=null,L=0;function M(b){__p&&__p();if(null!==K){var c=L;L+=b.length;if(L+1>I){I*=2;if(524288b&&(!c||m()));){var d=S.callback;if(null!==d){S.callback=null;T=S.priorityLevel;var e=S.expirationTime<=b,f=S;i&&(F++,H[0]=f.priorityLevel,H[1]=f.id,H[2]=F,null!==K&&M([5,1e3*b,f.id,F]));d=d(e);b=g.unstable_now();"function"===typeof d?(S.callback=d,d=S,e=b,i&&(H[0]=0,H[1]=0,H[2]=0,null!==K&&M([6,1e3*e,d.id,F]))):(i&&(d=S,e=b,i&&(H[0]=0,H[1]=0,H[3]--,null!==K&&M([2,1e3*e,d.id])),S.isQueued=!1),S===C(P)&&D(P));X(b)}else D(P);S=C(P)}if(null!==S)return!0;c=C(Q);null!==c&&k(Y,c.startTime-b);return!1}function aa(b){switch(b){case 1:return-1;case 2:return 250;case 5:return 1073741823;case 4:return 1e4;default:return 5e3}}d=e;c=i?{startLoggingProfilingEvents:b,stopLoggingProfilingEvents:N,sharedProfilingBuffer:f}:null;g.unstable_ImmediatePriority=1;g.unstable_UserBlockingPriority=2;g.unstable_NormalPriority=3;g.unstable_IdlePriority=5;g.unstable_LowPriority=4;g.unstable_runWithPriority=function(b,c){switch(b){case 1:case 2:case 3:case 4:case 5:break;default:b=3}var d=T;T=b;try{return c()}finally{T=d}};g.unstable_next=function(b){switch(T){case 1:case 2:case 3:var c=3;break;default:c=T}var d=T;T=c;try{return b()}finally{T=d}};g.unstable_scheduleCallback=function(b,c,d){__p&&__p();var e=g.unstable_now();if("object"===typeof d&&null!==d){var f=d.delay;f="number"===typeof f&&0e?(b.sortIndex=f,B(Q,b),null===C(P)&&b===C(Q)&&(W?l():W=!0,k(Y,f-e))):(b.sortIndex=d,B(P,b),i&&(O(b,e),b.isQueued=!0),V||U||(V=!0,j(Z)));return b};g.unstable_cancelCallback=function(b){if(i&&b.isQueued){var c=g.unstable_now();i&&(H[3]--,null!==K&&M([4,1e3*c,b.id]));b.isQueued=!1}b.callback=null};g.unstable_wrapCallback=function(b){var c=T;return function(){var d=T;T=c;try{return b.apply(this,arguments)}finally{T=d}}};g.unstable_getCurrentPriorityLevel=function(){return T};g.unstable_shouldYield=function(){var b=g.unstable_now();X(b);var c=C(P);return c!==S&&null!==S&&null!==c&&null!==c.callback&&c.startTime<=b&&c.expirationTime